math function erfc

The erfc() function returns 1 - erf() where erf() is the error function of its argument. It is provided because of the extreme loss of relative accuracy if erf(x) is called for large x and the result subtracted from 1.0 (e.g., for x = 10, 12 places are lost).